projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
212ea30
)
(easy-menu-define): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 04:09:30 +0000
(
04:09
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 04:09:30 +0000
(
04:09
+0000)
lisp/emacs-lisp/easymenu.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easymenu.el
b/lisp/emacs-lisp/easymenu.el
index e2eda651c8f9acd62f645cfaca14e9a6a9341350..794ff1b7f89385857dbb26691b177d453fdde890 100644
(file)
--- a/
lisp/emacs-lisp/easymenu.el
+++ b/
lisp/emacs-lisp/easymenu.el
@@
-45,8
+45,8
@@
NAME is a string--the menu item name.
CALLBACK is a command to run when the item is chosen,
or a list to evaluate when the item is chosen.
-ENABLE is a
symbol; if its value is non-nil, the item is enabled
-
for selection
.
+ENABLE is a
n expression; the item is enabled for selection
+
whenever this expression's value is non-nil
.
A menu item can be a string. Then that string appears in the menu as
unselectable text. A string consisting solely of hyphens is displayed